-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prevent_user_existence_errors to cognito user pool client. #11604
Conversation
PreventUserExistenceErrors has been now enabled by default. This might work as update to old Cognito clients. |
@realanmup no it's not. Actually when i apply a terraform cognito then this option is setted to "Legacy" |
I agree with @KacperDrapala it still goes on the Legacy option, so a fix is still required on this |
Exactly, for the old cognito client, the option should be manually enabled. This PR is as expected. |
@bflad, mind if we get a review of this small change? Kindly, CRD |
Coming up on a month on this PR -- how do we push this across the finish line? |
This needs some attention from someone who can review. I have suggested several people when adding a reviewer with no bites yet. |
@aeschright is it possible to get an update on this one please ? :) Thanks for your work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @claydanford 👋 Thank you for submitting this. See the below feedback and then we can get this in. Please reach out with any questions or if you do not have time to implement these items. 👍
Change default to computed. Co-Authored-By: Brian Flad <bflad417@gmail.com>
Remove Elem field. Co-Authored-By: Brian Flad <bflad417@gmail.com>
Update documentation. Co-Authored-By: Brian Flad <bflad417@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you so much, @claydanford 🚀
Output from acceptance testing:
--- PASS: TestAccAWSCognitoUserPoolClient_disappears (8.86s)
--- PASS: TestAccAWSCognitoUserPoolClient_basic (9.71s)
--- PASS: TestAccAWSCognitoUserPoolClient_allFields (10.04s)
--- PASS: TestAccAWSCognitoUserPoolClient_Name (14.09s)
--- PASS: TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField (14.44s)
--- PASS: TestAccAWSCognitoUserPoolClient_RefreshTokenValidity (14.81s)
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfig (30.07s)
This has been released in version 2.54.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates OR Closes #11340
Release note for CHANGELOG:
Output from acceptance testing: